home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / git-4.3 / git-4 / git-4.3.11 / term / .gitrc.xterm < prev    next >
Encoding:
Text File  |  1996-06-06  |  13.6 KB  |  586 lines

  1.  
  2. ###############################################################################
  3. ###                                        ###
  4. ###            GNU Interactive Tools 4.3.11 configuration file            ###
  5. ###   Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.   ###
  6. ###                                        ###
  7. ###############################################################################
  8.  
  9.  
  10. ###
  11. ### xterm configuration file (X window system terminal emulator).
  12. ### If you are using color_xterm or you are using the Ultrix xterm, consider
  13. ### changing AnsiColors to ON.
  14. ###
  15.  
  16.  
  17. ###
  18. ### If your terminal supports the standard ANSI color sequences, set
  19. ### AnsiColors to ON ([GITxxx-Color] descriptions will be used).  If it
  20. ### doesn't, AnsiColors should be OFF ([GITxxx-Monochrome] descriptions
  21. ### will be used instead).
  22. ###
  23.  
  24.  
  25. [Setup]
  26. TempDirectory        = /tmp
  27. AnsiColors        = OFF    # empty means OFF
  28. UseLastScreenChar    = ON    # use the last character on the screen
  29. StartupScrollStep    =    # empty means half the number of lines
  30.  
  31. ###
  32. ### WARNING: empty lines or lines begining with a comment are considered to
  33. ### be end of sections !!!
  34. ###
  35.  
  36. [GIT-Setup]
  37. StartupFileDisplayMode    = Size    # OwnerGroup, DateTime, Size, Mode or FullName
  38. StartupFileSortMethod    = Name    # Name, Extension, Size, Date, Mode, OwnerId, GroupId, OwnerName or GroupName
  39. ConfirmOnExit        =    # empty means OFF
  40. HistoryFile        = ~/.githistory
  41. InfoDisplay        = ON
  42. LeadingDotMatch        = ON    # OFF means that leading '.' is matched only explicitly
  43. TypeSensitivity        = ON    # Automatically set to OFF when AnsiColors is OFF
  44. NormalModeHelp        = F3 View  F4 Edit  F5 Copy  F6 Move  F7 MkDir  F8 Del  F10 Exit ^CH Ln ^CS SymLn
  45. CommandLineModeHelp    = ^G-STOP ^B/^F-MOVE ^P/^N-HISTORY ^A-BOL ^E-EOL ^O-RESTORE ^X^C-EXIT ^Z-SUSPEND
  46. #NormalModeHelp        = System: \s   Host: \h   Machine: \m   Date: \d
  47. #CommandLineModeHelp    = System: \s   Host: \h   Machine: \m   Date: \d
  48.  
  49.  
  50. [GITPS-Setup]
  51. GitPsModeHelp        = Arrows-MOVE  space-SIGNALS  ^L-REFRESH  ^G/^X^C/F10-QUIT  ^Xk-KILL
  52.  
  53.  
  54. [GITVIEW-Setup]
  55. GitViewModeHelp        = Arrows/PgUp/PgDown/Home/End-MOVE ^L-REFRESH ^G/^X^C/F10-QUIT 0-9/a-f/A-F-OFFSET
  56.  
  57.  
  58. ###
  59. ### To ignore a section just comment its name
  60. ###
  61.  
  62.  
  63. ###
  64. ### NOTE: in this section the order is important !!!
  65. ### shell-pattern = [foreground]; [background]; [brightness]
  66. ###
  67.  
  68. [GIT-FTI]
  69. *.[clysp]    = GREEN;;
  70. *.[clysp].gz    = GREEN;;
  71. *.[clysp].Z    = GREEN;;
  72. *.cc        = GREEN;;
  73. *.cc.gz        = GREEN;;
  74. *.cc.Z        = GREEN;;
  75. *.cpp        = GREEN;;
  76. *.cpp.gz    = GREEN;;
  77. *.cpp.Z        = GREEN;;
  78. *.c++        = GREEN;;
  79. *.c++.gz    = GREEN;;
  80. *.c++.Z        = GREEN;;
  81. *.pov        = GREEN;;
  82. *.pov.gz    = GREEN;;
  83. *.pov.Z        = GREEN;;
  84. *.m4        = GREEN;;
  85. *.m4.gz        = GREEN;;
  86. *.m4.Z        = GREEN;;
  87. *.pl        = GREEN;;
  88. *.pl.gz        = GREEN;;
  89. *.pl.Z        = GREEN;;
  90. *.h        = CYAN;;
  91. *.h.gz        = CYAN;;
  92. *.h.Z        = CYAN;;
  93. *.inc        = CYAN;;
  94. *.inc.gz    = CYAN;;
  95. *.inc.Z        = CYAN;;
  96. *.el        = GREEN;;
  97. *.el.gz        = GREEN;;
  98. *.el.Z        = GREEN;;
  99. *.elc        = GREEN;;
  100. *.elc.gz    = GREEN;;
  101. *.elc.Z        = GREEN;;
  102. *.idl        = GREEN;;
  103. *.idl.gz    = GREEN;;
  104. *.idl.Z        = GREEN;;
  105. *.in        = CYAN;;
  106. *.in.gz        = CYAN;;
  107. *.in.Z        = CYAN;;
  108. *.pas        = GREEN;;
  109. *.pas.gz    = GREEN;;
  110. *.pas.Z        = GREEN;;
  111. *.pm        = GREEN;;
  112. *.pm.gz        = GREEN;;
  113. *.pm.Z        = GREEN;;
  114. *,v        = CYAN;;
  115. *,v.gz        = CYAN;;
  116. *,v.Z        = CYAN;;
  117. Makefile    = CYAN;;
  118. Makefile.*    = CYAN;;
  119. *.o        = CYAN;;
  120. *.o.gz        = CYAN;;
  121. *.o.Z        = CYAN;;
  122. *.a        = CYAN;;
  123. *.a.gz        = CYAN;;
  124. *.a.Z        = CYAN;;
  125. *.sa        = CYAN;;
  126. *.sa.*        = CYAN;;
  127. *.so        = CYAN;;
  128. *.so.*        = CYAN;;
  129. *.texi        = WHITE;;
  130. *.texi.gz    = WHITE;;
  131. *.texi.Z    = WHITE;;
  132. *.texinfo    = WHITE;;
  133. *.texinfo.gz    = WHITE;;
  134. *.texinfo.Z    = WHITE;;
  135. *.info*        = WHITE;;
  136. *.dir        = WHITE;;
  137. *.dir.gz    = WHITE;;
  138. *.dir.Z        = WHITE;;
  139. *.man        = WHITE;;
  140. *.man.gz    = WHITE;;
  141. *.man.Z        = WHITE;;
  142. *.[0-9n]    = WHITE;;
  143. *.[0-9n].gz    = WHITE;;
  144. *.[0-9n].Z    = WHITE;;
  145. *.[0-9n][xm]    = WHITE;;
  146. *.[0-9n][xm].gz    = WHITE;;
  147. *.[0-9n][xm].Z    = WHITE;;
  148. *.[0-9n]tk    = WHITE;;
  149. *.[0-9n]tk.gz    = WHITE;;
  150. *.[0-9n]tk.Z    = WHITE;;
  151. *.[0-9n]tcl    = WHITE;;
  152. *.[0-9n]tcl.gz    = WHITE;;
  153. *.[0-9n]tcl.Z    = WHITE;;
  154. *.[0-9n]tclx    = WHITE;;
  155. *.[0-9n]tclx.gz    = WHITE;;
  156. *.[0-9n]tclx.Z    = WHITE;;
  157. *.[0-9n]itcl    = WHITE;;
  158. *.[0-9n]itcl.gz    = WHITE;;
  159. *.[0-9n]itcl.Z    = WHITE;;
  160. *.[0-9n]blt    = WHITE;;
  161. *.[0-9n]blt.gz    = WHITE;;
  162. *.[0-9n]blt.Z    = WHITE;;
  163. *.doc        = WHITE;;
  164. *.doc.gz    = WHITE;;
  165. *.doc.Z        = WHITE;;
  166. *.txt        = WHITE;;
  167. *.txt.gz    = WHITE;;
  168. *.txt.Z        = WHITE;;
  169. *.text        = WHITE;;
  170. *.text.gz    = WHITE;;
  171. *.text.Z    = WHITE;;
  172. *.log        = WHITE;;
  173. *.log.gz    = WHITE;;
  174. *.log.Z        = WHITE;;
  175. *.aux        = WHITE;;
  176. *.aux.gz    = WHITE;;
  177. *.aux.Z        = WHITE;;
  178. *.lsm        = WHITE;;
  179. *.lsm.gz    = WHITE;;
  180. *.lsm.Z        = WHITE;;
  181. *.tex        = WHITE;;
  182. *.tex.gz    = WHITE;;
  183. *.tex.Z        = WHITE;;
  184. *.diff        = WHITE;;
  185. *.diff.gz    = WHITE;;
  186. *.diff.Z    = WHITE;;
  187. *.html        = WHITE;;
  188. *.html.gz    = WHITE;;
  189. *.html.Z    = WHITE;;
  190. *.htm        = WHITE;;
  191. *.htm.gz    = WHITE;;
  192. *.htm.Z        = WHITE;;
  193. README*        = WHITE;;
  194. *.README    = WHITE;;
  195. *.README.gz    = WHITE;;
  196. *.README.Z    = WHITE;;
  197. ChangeLog    = WHITE;;
  198. ChangeLog.gz    = WHITE;;
  199. ChangeLog.Z    = WHITE;;
  200. INSTALL*    = WHITE;;
  201. *NEWS        = WHITE;;
  202. PLATFORMS    = WHITE;;
  203. PROBLEMS    = WHITE;;
  204. TODO*        = WHITE;;
  205. LSM        = WHITE;;
  206. TAGS        = WHITE;;
  207. TAGS.        = WHITE;;
  208. COPYING        = WHITE;;
  209. COPYING.gz    = WHITE;;
  210. COPYING.Z    = WHITE;;
  211. RMAIL*        = WHITE;;
  212. *.pgp        = CYAN;;
  213. *.pgp.gz    = CYAN;;
  214. *.pgp.Z        = CYAN;;
  215. *.ps        = MAGENTA;;
  216. *.ps.gz        = MAGENTA;;
  217. *.ps.Z        = MAGENTA;;
  218. *.fig        = MAGENTA;;
  219. *.fig.gz    = MAGENTA;;
  220. *.fig.Z        = MAGENTA;;
  221. *.dvi        = MAGENTA;;
  222. *.dvi.gz    = MAGENTA;;
  223. *.dvi.Z        = MAGENTA;;
  224. *.gif        = MAGENTA;;
  225. *.gif.gz    = MAGENTA;;
  226. *.gif.Z        = MAGENTA;;
  227. *.jpg        = MAGENTA;;
  228. *.jpg.gz    = MAGENTA;;
  229. *.jpg.Z        = MAGENTA;;
  230. *.jpeg        = MAGENTA;;
  231. *.jpeg.gz    = MAGENTA;;
  232. *.jpeg.Z    = MAGENTA;;
  233. *.tif        = MAGENTA;;
  234. *.tif.gz    = MAGENTA;;
  235. *.tif.Z        = MAGENTA;;
  236. *.bmp        = MAGENTA;;
  237. *.bmp.gz    = MAGENTA;;
  238. *.bmp.Z        = MAGENTA;;
  239. *.ppm        = MAGENTA;;
  240. *.ppm.gz    = MAGENTA;;
  241. *.ppm.Z        = MAGENTA;;
  242. *.pgm        = MAGENTA;;
  243. *.pgm.gz    = MAGENTA;;
  244. *.pgm.Z        = MAGENTA;;
  245. *.pbm        = MAGENTA;;
  246. *.pbm.gz    = MAGENTA;;
  247. *.pbm.Z        = MAGENTA;;
  248. *.xbm        = MAGENTA;;
  249. *.xbm.gz    = MAGENTA;;
  250. *.xbm.Z        = MAGENTA;;
  251. *.xpm        = MAGENTA;;
  252. *.xpm.gz    = MAGENTA;;
  253. *.xpm.Z        = MAGENTA;;
  254. *.icon        = MAGENTA;;
  255. *.icon.gz    = MAGENTA;;
  256. *.icon.Z    = MAGENTA;;
  257. *.cursor    = MAGENTA;;
  258. *.cursor.gz    = MAGENTA;;
  259. *.cursor.Z    = MAGENTA;;
  260. *.ras        = MAGENTA;;
  261. *.ras.gz    = MAGENTA;;
  262. *.ras.Z        = MAGENTA;;
  263. *.tga        = MAGENTA;;
  264. *.tga.gz    = MAGENTA;;
  265. *.tga.Z        = MAGENTA;;
  266. *.pm        = MAGENTA;;
  267. *.pm.gz        = MAGENTA;;
  268. *.pm.Z        = MAGENTA;;
  269. *.pr        = MAGENTA;;
  270. *.pr.gz        = MAGENTA;;
  271. *.pr.Z        = MAGENTA;;
  272. *.rgb        = MAGENTA;;
  273. *.rgb.gz    = MAGENTA;;
  274. *.rgb.Z        = MAGENTA;;
  275. *.fts        = MAGENTA;;
  276. *.fts.gz    = MAGENTA;;
  277. *.fts.Z        = MAGENTA;;
  278. *.mpg        = CYAN;;
  279. *.mpg.gz    = CYAN;;
  280. *.mpg.Z        = CYAN;;
  281. *.mpeg        = CYAN;;
  282. *.mpeg.gz    = CYAN;;
  283. *.mpeg.Z    = CYAN;;
  284. *.fli        = CYAN;;
  285. *.fli.gz    = CYAN;;
  286. *.fli.Z        = CYAN;;
  287. *.flc        = CYAN;;
  288. *.flc.gz    = CYAN;;
  289. *.flc.Z        = CYAN;;
  290. *.mod        = CYAN;;
  291. *.mod.gz    = CYAN;;
  292. *.mod.Z        = CYAN;;
  293. *.s3m        = CYAN;;
  294. *.s3m.gz    = CYAN;;
  295. *.s3m.Z        = CYAN;;
  296. *.voc        = CYAN;;
  297. *.voc.gz    = CYAN;;
  298. *.voc.Z        = CYAN;;
  299. *.wav        = CYAN;;
  300. *.wav.gz    = CYAN;;
  301. *.wav.Z        = CYAN;;
  302. *.tar.gz    = RED;;
  303. *.tar.Z        = RED;;
  304. *.tgZ        = RED;;
  305. *.ta[rZ]    = RED;;
  306. *.trZ        = RED;;
  307. *.gz        = RED;;
  308. *.Z        = RED;;
  309. *.zip        = RED;;
  310. *.arj        = RED;;
  311. *.a[0-9][1-9]    = RED;;
  312. *.rar        = RED;;
  313. *.shar        = RED;;
  314. *.uu        = RED;;
  315. .*        = CYAN;;
  316.  
  317.  
  318. ###################
  319. ### Color xterm ###
  320. ###################
  321.  
  322.  
  323. [GIT-Color]
  324. TitleForeground            = CYAN
  325. TitleBackground            = BLACK
  326. TitleBrightness            = OFF
  327. UserName            = RED
  328. TtyName                = RED
  329. PanelFrame            = WHITE
  330. PanelBackground            = BLACK
  331. PanelSelectedFile        = YELLOW
  332. PanelSelectedFileBrightness    = OFF
  333. PanelNotSelectedFile        = WHITE
  334. PanelNotSelectedFileBrightness    = OFF
  335. PanelCurrentSelectedFile    = YELLOW
  336. PanelCurrentNotSelectedFile    = WHITE
  337. PanelCurrentFile        = BLUE
  338. PanelPath            = RED
  339. PanelPathBrightness        = OFF
  340. PanelDeviceFreeSpace        = RED
  341. PanelDeviceFreeSpaceBrightness    = OFF
  342. PanelFileInfo            = RED
  343. PanelFileInfoBrightness        = OFF
  344. PanelFilesInfo            = BLACK
  345. PanelFilesInfoBrightness    = OFF
  346. InputLineForeground        = WHITE
  347. InputLineBackground        = BLACK
  348. InputLineBrightness        = OFF
  349. InputLineErrorForeground    = WHITE
  350. InputLineErrorBackground    = RED
  351. InputLineErrorBrightness    = OFF
  352. StatusBarForeground        = BLACK
  353. StatusBarBackground        = CYAN
  354. StatusBarBrightness        = OFF
  355. StatusBarWarningForeground    = BLACK
  356. StatusBarWarningBackground    = WHITE
  357. StatusBarWarningBrightness    = OFF
  358. StatusBarErrorForeground    = WHITE
  359. StatusBarErrorBackground    = RED
  360. StatusBarErrorBrightness    = OFF
  361.  
  362.  
  363. [GITPS-Color]
  364. TitleForeground            = CYAN
  365. TitleBackground            = BLUE
  366. TitleBrightness            = OFF
  367. HeaderForeground        = CYAN
  368. HeaderBackground        = RED
  369. HeaderBrightness        = OFF
  370. ScreenForeground        = BLACK
  371. ScreenBackground        = CYAN
  372. ScreenBrightness        = OFF
  373. StatusForeground        = CYAN
  374. StatusBackground        = BLUE
  375. StatusBrightness        = OFF
  376.  
  377.  
  378. [GITVIEW-Color]
  379. TitleForeground            = CYAN
  380. TitleBackground            = BLUE
  381. TitleBrightness            = OFF
  382. HeaderForeground        = CYAN
  383. HeaderBackground        = RED
  384. HeaderBrightness        = OFF
  385. ScreenForeground        = BLACK
  386. ScreenBackground        = CYAN
  387. ScreenBrightness        = OFF
  388. StatusForeground        = CYAN
  389. StatusBackground        = BLUE
  390. StatusBrightness        = OFF
  391.  
  392.  
  393. ########################
  394. ### monochrome xterm ###
  395. ########################
  396.  
  397. [GIT-Monochrome]
  398. TitleForeground            = WHITE
  399. TitleBackground            = BLACK
  400. TitleBrightness            = ON
  401. UserName            = WHITE
  402. TtyName                = WHITE
  403. PanelFrame             = WHITE
  404. PanelBackground         = BLACK
  405. PanelSelectedFile         = WHITE
  406. PanelSelectedFileBrightness    = ON
  407. PanelNotSelectedFile        = WHITE
  408. PanelNotSelectedFileBrightness    = OFF
  409. PanelCurrentSelectedFile    = WHITE
  410. PanelCurrentNotSelectedFile    = BLACK
  411. PanelCurrentFile        = WHITE
  412. PanelPath             = BLACK
  413. PanelPathBrightness         = OFF
  414. PanelDeviceFreeSpace            = BLACK
  415. PanelDeviceFreeSpaceBrightness    = OFF
  416. PanelFileInfo             = BLACK
  417. PanelFileInfoBrightness     = OFF
  418. PanelFilesInfo            = BLACK
  419. PanelFilesInfoBrightness    = OFF
  420. InputLineForeground        = WHITE
  421. InputLineBackground        = BLACK
  422. InputLineBrightness        = ON
  423. InputLineErrorForeground    = WHITE
  424. InputLineErrorBackground    = BLACK
  425. InputLineErrorBrightness    = ON
  426. StatusBarForeground         = BLACK
  427. StatusBarBackground         = WHITE
  428. StatusBarBrightness         = OFF
  429. StatusBarWarningForeground     = BLACK
  430. StatusBarWarningBackground     = WHITE
  431. StatusBarWarningBrightness     = OFF
  432. StatusBarErrorForeground     = BLACK
  433. StatusBarErrorBackground     = WHITE
  434. StatusBarErrorBrightness     = OFF
  435.  
  436.  
  437. [GITPS-Monochrome]
  438. TitleForeground            = BLACK
  439. TitleBackground            = WHITE
  440. TitleBrightness            = OFF
  441. HeaderForeground        = WHITE
  442. HeaderBackground        = BLACK
  443. HeaderBrightness        = ON
  444. ScreenForeground        = WHITE
  445. ScreenBackground        = BLACK
  446. ScreenBrightness        = OFF
  447. StatusForeground        = BLACK
  448. StatusBackground        = WHITE
  449. StatusBrightness        = OFF
  450.  
  451.  
  452. [GITVIEW-Monochrome]
  453. TitleForeground            = BLACK
  454. TitleBackground            = WHITE
  455. TitleBrightness            = OFF
  456. HeaderForeground        = WHITE
  457. HeaderBackground        = BLACK
  458. HeaderBrightness        = ON
  459. ScreenForeground        = WHITE
  460. ScreenBackground        = BLACK
  461. ScreenBrightness        = OFF
  462. StatusForeground        = BLACK
  463. StatusBackground        = WHITE
  464. StatusBrightness        = OFF
  465.  
  466.  
  467. ###
  468. ### COMMAND FORMAT:
  469. ### key = command name; formatted command; new dir; save screen; pause; hide
  470. ###
  471. ### DEFAULTS:
  472. ### save screen = y
  473. ### pause       = n
  474. ### hide        = n
  475. ###
  476. ### PLEASE READ THE INFO DOCUMENTATION FOR DETAILS
  477. ### BRIEF:
  478. ###
  479. ###     FORMAT SPECIFIERS:
  480. ###     - %s{question,default_answer}
  481. ###    - %?{confirmation}
  482. ###
  483. ###     - %f file (not directory)
  484. ###     - %d directory (not file)
  485. ###     - %l symbolic link
  486. ###    - %t fifo
  487. ###    - %z socket
  488. ###     - %a all kind of directory entry (file, directory, link, fifo, socket)
  489. ###     - %m current file mode
  490. ###     - %g current file group
  491. ###     - %o current file owner
  492. ###    - %p current panel path
  493. ###    - %b current panel directory name
  494. ###    - %i current panel selected (if any) or current file
  495. ###
  496. ###     **** For the other panel: *****
  497. ###
  498. ###     - %F file (not directory)
  499. ###    - %D directory (not file)
  500. ###     - %L symbolic link
  501. ###    - %T fifo
  502. ###    - %Z socket
  503. ###     - %A all kind of directory entry (file, directory, link, fifo, socket)
  504. ###     - %M current file mode
  505. ###     - %G current file group
  506. ###     - %O current file owner
  507. ###    - %P the other panel path
  508. ###    - %B the other panel directory name
  509. ###    - %I the other panel selected (if any) or current file
  510. ###
  511. ### For faster startup, try to keep this entries sorted alphabetically,
  512. ### at least locally.  The order is given by the key sequence.
  513. ###
  514.  
  515.  
  516. ###
  517. ### Key sequences starting with characters between ' ' and '~' are IGNORED !
  518. ###
  519.  
  520. [GIT-Keys]
  521. ^[[A        = previous-line
  522. ^[[B        = next-line
  523. ^[[C         = forward-char
  524. ^[[D          = backward-char
  525. ^[OB        = next-line
  526. ^[OC         = forward-char
  527. ^[OD          = backward-char
  528. ^[[2~       = select-file
  529. ^[[5~        = scroll-down                # PGUP
  530. ^[[6~       = scroll-up                    # PGDOWN
  531. ^[[H        = beginning-of-panel            # HOME
  532. ^[Ow        = end-of-panel                # END
  533. ^[[11~         = INFO; info %s{Info documentation: ,}    # F1 (HP-UX xterm)
  534. ^[[12~        = FILE-ACTION; gitaction %p %f        # F2 (HP-UX xterm)
  535. ^[[13~         = VIEW; gitview %f;;n            # F3 (HP-UX xterm)
  536. ^[[14~         = EDIT; $GIT_EDITOR %f;;n            # F4 (HP-UX xterm)
  537. ^[[15~         = copy                    # F5 (HP-UX xterm)
  538. ^[[28~         = INFO; info %s{Info documentation: ,}    # F1
  539. ^[[33~        = FILE-ACTION; gitaction %p %f        # F2
  540. ^[[34~         = VIEW; gitview %f;;n            # F3
  541. ^[[29~         = EDIT; $GIT_EDITOR %f;;n            # F4
  542. ^[[32~         = copy                    # F5
  543. ^[[17~         = move                    # F6
  544. ^[[18~         = make-directory                # F7
  545. ^[[19~         = delete                    # F8
  546. ^[[20~        = MAKE; make;;;y                # F9
  547. ^[[21~         = exit                    # F10
  548. ^[[23~        = GITPS; gitps;;n                # F11
  549. ^[[24~         = READ-MAIL; $GIT_RMAIL;;n            # F12
  550.  
  551.  
  552. ###
  553. ### Key sequences starting with characters between ' ' and '~' are ALLOWED.
  554. ###
  555.  
  556. [GITPS-Keys]
  557. ^[[A        = previous-line
  558. ^[[B        = next-line
  559. ^[[5~        = scroll-down                # PGUP
  560. ^[[D        = scroll-down                # PGUP
  561. ^[[6~        = scroll-up                    # PGDOWN
  562. ^[[C        = scroll-up                    # PGDOWN
  563. ^[OA        = previous-line
  564. ^[OB        = next-line
  565. ^[OC         = scroll-up
  566. ^[OD          = scroll-down
  567. ^[[21~        = exit                    # F10
  568.  
  569.  
  570. ###
  571. ### Key sequences starting with characters between ' ' and '~' are IGNORED !
  572. ###
  573.  
  574. [GITVIEW-Keys]
  575. ^[[A        = previous-line
  576. ^[[B        = next-line
  577. ^[[5~        = scroll-down                # PGUP
  578. ^[[D        = scroll-down                # PGUP
  579. ^[[6~        = scroll-up                    # PGDOWN
  580. ^[[C        = scroll-up                    # PGDOWN
  581. ^[OA        = previous-line
  582. ^[OB        = next-line
  583. ^[OC         = scroll-up
  584. ^[OD          = scroll-down
  585. ^[[21~        = exit                    # F10
  586.